From d1675fee3e7687ed20b1d3a2960afad12fee74af Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 12 Feb 2003 14:11:04 +0000 Subject: [PATCH] (file-truename): Revert change from 2002-11-27. --- lisp/files.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/files.el b/lisp/files.el index 5ba163fc671..6d8aee3fe01 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -682,10 +682,8 @@ Do not specify them in other calls." (setq filename (funcall handler 'file-truename filename)) ;; If filename contains a wildcard, newname will be the old name. (unless (string-match "[[*?]" filename) - ;; If filename exists, use the long name, otherwise - ;; canonicalize the name, to handle case differences. - (setq filename (or (w32-long-file-name filename) - (untranslated-canonical-name filename))))) + ;; If filename exists, use the long name + (setq filename (or (w32-long-file-name filename) filename)))) (setq done t))) ;; If this file directly leads to a link, process that iteratively -- 2.30.2